SG Window | Window Object |
LockWindowUpdate Method |
Properties Methods Events Constants Error Codes |
Enables or disables drawing in the specified window.
object.LockWindowUpdate(lock As Boolean)
Part | Description |
object | The object is expression that evaluates to Window object |
lock | Required. Specifies whether window drawing should be disabled (True) or enabled (False). |
Only one window can be locked at a time.